home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Teach Your Children: Road Construction Ahead
/
Teach Your Children: Road Construction Ahead.iso
/
pc
/
rca
/
road.dxr
/
00152_dashboardClick.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1996-07-17
|
266 b
|
13 lines
global gRollAnimButton, gSimObject
on mouseDown
startBuffering()
if not objectp(gRollAnimButton) and (the demoFlag of gSimObject <> 1) then
puppetSound("dashSound")
updateStage()
repeat while soundBusy(1)
end repeat
end if
flushBuffer()
end